CouchbaseLite

CouchbaseLite Utility

Functions

Link copied to clipboard
fun init()
fun init(debug: Boolean)
fun init(debug: Boolean, rootDir: File, scratchDir: File)

Initialize CouchbaseLite library. Unlike the Couchbase Lite Java SDK, this method is optional to call before using CouchbaseLite. The no-parameter CouchbaseLite.init() will be called automatically by default.